11. Quiz: Activity

Activity

In which method is the Acivity visible?

SOLUTION: `onResume`

Activity 2

Which methods is/are called after orientation changes? (Choose all that apply)

SOLUTION:
  • `onResume`
  • `onStart`

Activity 3

Which method is called first after an orientation change?

SOLUTION: `onPause`